From 25407da49bf5929e7b35a36ee2350113448993e4 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 20 Sep 2004 02:45:19 +0000 Subject: [PATCH] a bit better toc --- skins/amethyst/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/skins/amethyst/main.css b/skins/amethyst/main.css index 7a0dfcb43b..5217cfeb23 100644 --- a/skins/amethyst/main.css +++ b/skins/amethyst/main.css @@ -331,11 +331,12 @@ table.small { font-size: 100% } #toc { /* border:1px solid #2f6fab;*/ - /*border:1px solid #aaaaaa;*/ - background-color: Black; + padding:0.5em; + border:1px solid #aaaaaa; + background-color: #2F333B; font-size: 95%; } -#toc .toctitle { background: #2A3C61; } +#toc .toctitle { background: #2A3C61;} #toc .tocindent { margin-left: 2em; } #toc .tocline { margin-bottom: 0px; } #toc p { margin: 0 } -- 2.20.1